-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes ImageNet, SimpleRNN examples #499
Conversation
- QOL improvements for AMDGPU
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the AMDGPU.allowscalar
and we should be good.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
==========================================
+ Coverage 87.40% 87.53% +0.12%
==========================================
Files 30 30
Lines 1643 1644 +1
==========================================
+ Hits 1436 1439 +3
+ Misses 207 205 -2 ☔ View full report in Codecov by Sentry. |
- use 32-bit float in SimpleRNN for Metal compatibility
Our GPU CIs are down atm and I don't think are going to be online before the next week, so we will have to wait till then to merge |
This reverts commit 9740ade.
Thanks for the fixes, merged it via the other PR |
Fixes #498
Running the
resnet
model per the example from the ImageNet README requires addingFlux
andMetalhead
per theBlotz
README. I added those and replicated theunsafe_free!
for AMDGPU.I am new to Julia so sorry if something isn't quite right.
Also added the fix to #498 mentioned in the conversation.